Click or drag to resize

GroupAttendeeConflict Class

Contains aggregate conflict information about the number of users who are available, the number of users who have conflicts, and the number of users who do not have availability information in a distribution list for a suggested meeting time.
Inheritance Hierarchy

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class GroupAttendeeConflict : AttendeeConflict

The GroupAttendeeConflict type exposes the following members.

Constructors
  NameDescription
Public methodGroupAttendeeConflict
Initializes a new instance of the GroupAttendeeConflict class.
Top
Properties
  NameDescription
Public propertyNumberOfMembers
Represents the number of users, resources, and rooms in a distribution list.
Public propertyNumberOfMembersAvailable
Represents the number of distribution list members who are available for a suggested meeting time. This element represents members for whom the status is Free.
Public propertyNumberOfMembersWithConflict
Represents the number of distribution list members who have a conflict with a suggested meeting time. This element represents members who have a Busy, OOF, or Tentative status.
Public propertyNumberOfMembersWithNoData
Represents the number of group members who do not have published free/busy data to compare to a suggested meeting time. This element represents members of a distribution list that is too large or members who have No Data status.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also